* EXCEPTION:
* ERROR: ~Geometry::intersect_rect?~ invoked via ~Geometry::find_intersect_rect~
I was given arguments that look invalid.
** rect_one:
{:x=>48, :y=>128, :w=>16, :h=>16}
** rect_two:
{:entity_id=>2, :entity_name=>:switches, :entity_keys_by_ref=>{}, :__thrash_count__=>{}}
** NOTE:
~intersect_rect?~ must be given two objects that ~respond_to?~ ~:x~, ~:y~, ~:w~, and ~:h~ all of which must return ~Numeric~ values.
** Backtrace:
*** app/main.rb:260:in germinate
*** app/main.rb:553:in tick
*** app/main.rb:553:in tick